home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / parad / feb95 / cj_fig03.gif < prev    next >
Graphics Interchange Format  |  1996-07-09  |  30KB  |  676x588  |  4-bit (14 colors)
Labels: text | electronics | screenshot | display | software | number | parallel | computer icon
OCR: Paradox for Windows File Edit View Search Program Properties Tools Window Help ...... ..... .. 100101 X FIGURE2.FSL :: Button2 :: close FIGURE2.FSL :: Button2 :: Var method close(var eventInfo Event) Var var formName String F Form endVar esign endVar if formName .isAssigned() then ..... while f.attach ( formName) Edit Line: 3 Col: 7 f.close() endWhile errorClear() endIf endmethod FIGURE2.FSL :: Button2 :: pushButton method pushButton (var eventInfo Event) Edit Line: 10 Col: 17 var f Form endVar if f.open("DEMO") then formName = f.getTitle() endIf Button2 endmethod Edit Line: 5 Col:1 Button2 [Button]